home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / program / ros_v1_2.rea < prev    next >
Text File  |  1996-01-16  |  2KB  |  43 lines

  1. Short:    ROS V1.2 - an enhanced lowlevel.library
  2. Author:   TIK/RETIRE
  3. Uploader: Nico.Schmidt@Student.Uni-Magdeburg.de
  4. Type:     dev/misc
  5.  
  6. RETIRE OPERATING SYSTEM - The enhanced lowlevel library!
  7.  
  8. The ros.library is an enhanced lowlevel.library. It's compatible with currently
  9. all available machines and CPU's (upto '060) and OS1.3 compatible too!
  10. The ROS provides additional functions to take over the entire system so it
  11. should be useful for demo & game coders.
  12. Another advantage is the ability to call important system functions (memory
  13. allocation, read, write) from a killed system.
  14. ROS offers a way to run your hardware bashing application within multitasking.
  15. And finally a ROS prefs file is provided to support custom settings.
  16.  
  17.  
  18.                                   ROS HISTORY
  19.  
  20. *******************************************************************************
  21. RELEASE 1.0, 29.12.95 (Library version 1.0)
  22.  
  23.     The first release.
  24.  
  25. *******************************************************************************
  26. RELEASE 1.1, 05.01.96 (Library version 1.1)
  27.  
  28.     Fixed two minor bugs:
  29.       - ROSCPUClock() shouldn't display a requester if no free CIA available,
  30.         but it does
  31.       - user vblank code was called from vblank server with priority 9, this
  32.         may confuse the timer.device (priority 0) and thus all CIA interrupts
  33.         (e.g. level6 p61) if it steals to much rastertime;
  34.         now user vblank code is executed from a priority 0 vblank server
  35.  
  36. *******************************************************************************
  37. RELEASE 1.2, 08.01.96 (Library version 1.2)
  38.  
  39.     Library name changed from 'ROS.library' to 'ros.library' because a library
  40.     name should always be a lower-case string (thanks to Thomas Kessler)
  41.  
  42. *******************************************************************************
  43.